;================================= ENGLISH ==================================;
(set #bad-kick "You must be using Kickstart 2.04+ to use FDA!")
(set #install-start
(cat
"\nWelcome to Future Drive Accelerator V"#Ver" installation utility.\n\n"
"Written and performed by Martin Tauchmann\n\n"
"The newest fdaupdate.lha can be found at http://MartinTauchmann.home.pages.de"
)
)
(set #where-FDA "Where would you like to install FDA and FDAView?\nI will not create a directory.\nAn installation to the \"SYS:WBStartup\" Drawer, is later possible.")
(set #where-FDA-help
(cat
"This is the destination directory of FDA and FDAView."
" SYS:System is a good place"
)
)
(set #install-select
(cat
"Please select the different parts of FDA that you"
"Choose the FDA Processor-Version you would like installed.\n"
"This Amiga is running with a MC " (DATABASE "cpu")
)
)
(set #where-doc "Where would you like to install the Guide and the Statistics? I create a Directory `FDAdoc´")
(set #where-FDAprefs "Where would you like to install FDA Preferences editor?")
(set #where-FDAprefs-help
(cat
"This is the destination directory of FDA Preferences editor."
" Normally ALL preferences editors are in SYS:Prefs !"
)
)
(set #doc-select-Lang
(cat
"Choose the language of the documentation"
" you would like installed.\n"
)
)
(set #doc-select
(cat
"Choose the format of the documentation"
" you would like installed.\n"
)
)
(set #doc-select-help
(cat
"Guide :\n"
"Need MultiView or AmigaGuide.\n"
"\n"
"DVI (TeX) : (only in extra-archive)\n"
"Need ShowDVI from example: PasTeX.\n"
"\n"
"PostScript : (only in extra-archive)\n"
"Need HWG-Post or Ghostscript to read it online,\n"
"or an PostScript Printer.\n"
"\n"
"HTML :\n"
"Need an WWW-Browser exaples: AmiWeb, Visage, IBrowse, Lynx.\n"
"\n"
"TeXinfo : (only in extra-archive)\n"
"Need texinfo from GeekGadget, only neccesery for translations.\n"
)
)
(set #installType-select
"How should Future Drive Accelerator started at booting?"
)
(set #installType-select-help
(cat
"Startup-Sequence:\n"
"You are able to to it self.\n"
"=>Started at earlierst.\n"
"\n"
"User-Startup:\n"
"will be automatically do nearly on all systems.\n"
"=>Started at second earlierst.\n"
"\n"
"WBStartup:\n"
"Can`t go anything wrong.\n"
"=>Will only be started if the booting is finished.\n"
"=>Project Icon.\n"
)
)
(set #install-end1
"Type in `S:Startup-Seuence` after SetPatch, StackAttack, SaferPatches, PoolMem.\n\n"
)
(set #install-end2
"\n"
)
(set #install-Pref-Cancel
"Please configure Future Drive Accelerator, before you are using it."
)
(set #install-EndMsg
"Please install the fastest `CopyMemQuick` replacement, istead of the `MCP-CopyMemQuick` replacement.\nRead `FDA-news.readme`."
)
(set #patch1_1 (cat "\n\nNow, patching file `")) ;Dateiname wird eingefügt
(set #patch1_2 (cat "`\nto the MC68000 Version."))
(set #ErrorMsg1_1 (cat "\n\nError while patching file `")) ;Dateiname wird eingefügt
(set #ErrorMsg1_2 (cat "`\n."
"\n\n\ncase 1 file not located,\n"
"case 2 its alright the ")) ;Neue Version wird eingefügt
;===[ German Documentation ]=================================================
(if (= @language "deutsch")
(
(set #bad-kick "Man benötigt Kickstart 2.04 oder höher, um FDA benutzen zu können!")
(set #install-start
(cat
"\nWillkommen zur Future Drive Accelerator V"#Ver" Installation.\n\n"
"Geschrieben von Martin Tauchmann\n\n"
"Das neuste fdaupdate.lha ist bei http://MartinTauchmann.home.pages.de ausfindig zu machen."
)
)
(set #where-FDA "Wohin möchtest Du FDA und FDAView installieren?\nIch werde kein Verzeichniss erstellen.\nEine installation in das \"SYS:WBStartup\" Verzeichniss ist noch später möglich.")
(set #where-FDA-help
(cat
"Dies ist das Zielverzeichnis vom FDA und FDAView."
" SYS:System ist ein guter Platz."
)
)
(set #install-select
(cat
"Bitte wähle die einzelnen Teile des FDA aus, die"
"Wähle die FDA Prozessor-Version aus, die Du gerne installieren möchtest.\n"
"Dieser Amiga läuft mit einem MC " (DATABASE "cpu")
)
)
(set #where-doc "Wohin möchtest Du die Dokumentation und die Statistiken installieren? Ich erstelle ein Verzeichniss `FDAdoc´")
(set #where-FDAprefs "Wohin möchtest Du den FDA Voreinsteller installieren?")
(set #where-FDAprefs-help
(cat
"Dies ist das Zielverzeichnis des FDA Voreinstellers."
" Normalerweise sind alle Voreinstellungsprogramme im SYS:Prefs."
)
)
(set #doc-select-Lang
(cat
"Bitte wähle ein Spache der Dokumentation aus, die"
" Du installieren möchtest:"
)
)
(set #doc-select
(cat
"Bitte wähle das Format der Dokumentation aus, die"
" Du installieren möchtest:"
)
)
(set #doc-select-help
(cat
"Guide :\n"
"Brauch MultiView oder AmigaGuide.\n"
"\n"
"DVI (TeX) : (nur im Extra-Archive)\n"
"Brauch ShowDVI von z.B. PasTeX.\n"
"\n"
"PostScript : (nur im Extra-Archive)\n"
"Brauch HWG-Post oder Ghostscript zum online lesen,\n"
"oder einen PostScript Drucker.\n"
"\n"
"HTML :\n"
"Brauch einen WWW-Browser z.B. AmiWeb, Visage, IBrowse, Lynx.\n"
"\n"
"TeXinfo : (nur im Extra-Archive)\n"
"Brauch texinfo von GeekGadget, nur zum Übersetzen nötig.\n"
)
)
(set #installType-select
"Wie soll Future Drive Accelerator beim booten gestartet werden?"
)
(set #installType-select-help
(cat
"Startup-Sequence:\n"
"Darf manuell gemacht werden.\n"
"=>Wird am frühesten gestartet.\n"
"\n"
"User-Startup:\n"
"Wird bei fast allen Systemen automatisch gemacht.\n"
"=>Wird am zweit frühesten gestartet.\n"
"\n"
"WBStartup:\n"
"Kann nichts schief gehen.\n"
"=>Wird erst bei Beedigung des booten gestartet.\n"
"=>Projekt Icon.\n"
)
)
(set #install-end1
"Nun darfst Du in die `S:Startup-Seuence` nach SetPatch, StackAttack, SaferPatches, PoolMem.\n\n"
)
(set #install-end2
"eintippen.\n\n"
)
(set #install-Pref-Cancel
"Bitte erst Future Drive Accelerator einstellen vor der Benutzung."
)
(set #install-EndMsg
"Bitte intallieren Sie den schnellsten `CopyMemQuick` Ersatz, statt dem `MCP-CopyMemQuick` Ersatz.\nLesen Sie das Kapitel `Speed up` in der Dokumentation."
)
(set #patch1_1 (cat "\n\nJetzt wird die Datei `")) ;Dateiname wird eingefügt
(set #patch1_2 (cat "`\nfür den MC68000 prepariert."))
(set #ErrorMsg1_1 (cat "\n\nDas Patchen der Datei `")) ;Dateiname wird eingefügt
(set #ErrorMsg1_2 (cat "`\n ist fehlgeschlagen !!!"
"\n\n\nEntweder wurde das File nicht gefunden,\n"
"oder es ist bereits die ")) ;Neue Version wird eingefügt
)
)
;============================== ENGLISH & GERMAN ?============================;
(set #doc-help
(cat
"english documentation:\n"
" o `fda_DviPS.lha` DVI (TeX) and PostScript (GhostScript) formarts,\n"
" o `fda.lha` AmigaGuide and HTML formats.\n\n"
"german documentation:\n"
" o `fda_d_DviPS.lha` DVI (TeX) and PostScript (GhostScript) formarts,\n"
" o `fda_d_GuidHTML.lha` AmigaGuide and HTML formats."